/* Remix Icon — font files were missing (woff/woff2); load from local assets */
@font-face {
  font-family: "remixicon";
  src: url("../fonts/remixicondf6d.woff2") format("woff2"),
       url("../fonts/remixicondf6d.woff") format("woff"),
       url("../fonts/remixicondf6d.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

[class^="ri-"]::before,
[class*=" ri-"]::before {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
